All Questions
1 question
5votes
1answer
175views
Which model should I use to determine the similarity between predefined sentences and new sentences?
The Levenshtein algorithm and some ratio and proportion may handle this use case. Based on the pre-defined sequence of statements, such as "I have a dog", "I own a car" and many more, I must ...